/**
 * @name: G.css
 * @description: 主题G主要样式表
 * @author: youranreus(youranreus@qq.com)
 * @二次修正：静谧星河
 */

 @font-face {
   font-family: 'poppin';
   src : url('poppin.ttf');
 }
 /**
  * 基本样式
  */
*{
	font-family: 'poppin','Josefin Sans Light', -apple-system, "Noto Sans SC", BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "'Hiragino Sans GB", STHeiti, "Microsoft Yahei", "Source Han Sans SC", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	font-weight: 400;
	-webkit-appearance:none;
  -webkit-tap-highlight-color: transparent;
}
html {

}

body {
	padding: 0px;
	margin: 0;
	overflow-x: hidden;
}
a:link{
	text-decoration: none;
	color: #07f;
}
a:visited{
	color:#07f;
}
html::before{
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:100%;
	background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
html::after{
	content:'';
	width:100%;
	height:100%;
}
.clear,.page-navigator,.clear::before,.page-navigator::before,.clear::after,.page-navigator::after{
	display: block;
	clear: both;
}
.clear::before,.clear::after,.page-navigator::after,.page-navigator::before{
	content: '';
}
::selection {
	background-color: #D6EDFF;
}
html::-webkit-scrollbar {
	height:8px;
	width:8px
}

::-webkit-scrollbar-track-piece{

}
html::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
	background-clip:padding-box;
	background-color:gray;
	min-height:40px;
	padding-top:100px;
	border-radius:4px
}
html::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:active {
	background-color:#b3b3b3
}
html::-webkit-scrollbar,html *::-webkit-scrollbar {
	height:8px;
	width:8px;
}
html::-webkit-scrollbar-thumb,html *::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
	background-clip:padding-box;
	background-color:#696969;
	min-height:40px;
	padding-top:100px;
	border-radius:4px
}
#pjax-container{
	opacity: 1;
	-webkit-transition: .6s ease all;
	-moz-transition: .6s ease all;
	-ms-transition: .6s ease all;
	-o-transition: .6s ease all;
	transition: .6s ease all;
}

/**
 * 小部件
 */
#m_menu,#m_top,#m_search{
	position: fixed;
	right:50px;
  z-index: 999;
  padding: .725rem;
	background: rgba(250,250,250,0.9);
	border:1px solid #444;
  border-radius: 2.5rem;
	-webkit-transition: .6s ease all;
	-moz-transition: .6s ease all;
	-ms-transition: .6s ease all;
	-o-transition: .6s ease all;
	transition: .6s ease all;
}

#m_menu{
	bottom:50px;
}
#m_top{
	bottom:100px;
}
#m_search{
	bottom:150px;
	display: none;
}
.i{
	width: 20px;
	height: 20px;
  cursor: pointer;
  display: inline-block;
	background-size: 100%;
}
.gototop{
	background: url(../IMG/up.svg)no-repeat center;
	background-size: 100%;
}
.m_menu{
	background: url(../IMG/menu.svg)no-repeat center;
	background-size: 100%;
}
.m_search{
	background: url(../IMG/search.svg)no-repeat center;
	background-size: 100%;
}
.down{
	background: url(../IMG/down.svg)no-repeat center;
	background-size: 100%;
	width: 35px;
	height: 35px;
}
.OwO-logo{
	text-align: left;
	color: #666;
	cursor: pointer;
	font-size: 0.9rem;
	display: inline-block;
	float: left;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.OwO-logo:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#OwO-container{
	display: none;
	padding: 0px;
	padding-top:10px;
}
.ins-search-container {
  z-index: 1000!important;
}
div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span{
	color: #bbb;
  font-size: .8em;
  padding: 0 .5em;
	outline:none;
	cursor: pointer;
  background: rgba(255,255,255,0)!important;
  background: rgba(224, 224, 224, 0)!important;
  box-shadow:none!important;
  border-radius: 0!important;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
/**
 * 头部
 */

#header {
	border-radius: 30px;
	background: #787878;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}
#header-container {
	margin: 50px;
	position: relative;
	z-index:3;
}
#header-logo{
	opacity: 0.3;
  position: absolute;
  top: 10px;
  right: 0px;
  height: 11rem;
	z-index:2;
}
#header-container>* {
	margin: 0;
}
#header-container h2 {
	font-size: 5rem;
	color: white;
	font-weight: 200;
	margin-bottom: 10px;
}
#header-container div span {
	color: hsla(0,0%,100%,.6);
	font-size: 1.3rem;
	float: left;
}
#header-container div nav{
	margin: 0;
	float: right;
	text-align: right;
}
#header-container div nav a{
	color: hsla(0,0%,100%,.6);
	font-weight: 400;
	font-size: 1.3rem;
	margin-left: 20px;
	display: inline-block;
}
#header-container div nav a:hover{
	color: white;
}
.nav-focus {
	color: white!important;
}
.nav-focus:after {
	content: '';
	display: block;
	margin-top: 5px;
	height: 3px;
	margin-left: 2px;
	width: 70%;
	background: white;
	border-radius: 100000000rem;
	animation: nav-width 0.5s;
	-moz-animation: nav-width 0.5s;
	/* Firefox*/
	-webkit-animation: nav-width 0.5s;
	/* Safari and Chrome*/
	-o-animation: nav-width 0.5s;
	/* Opera*/
}

/**
 * welcome.php
 */

	#zp {
	margin: 50px auto;
	width: 1200px;
	background: white;
	border-radius: 30px;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
}
#zp-content {
	margin: 49px;
	overflow: auto;
}
#zp-content p {
	line-height: 1.7;
	font-size: 1.2rem;
	color: RGB(182,177,150);
}
#zp-content img {
	display: block;
	margin: 20px auto;
	text-align: center;
	border-radius: 15px;
	width: 100% \9;
	max-width: 90%;
	max-height: 500px;
	height: auto;
}
#zp-content p span {
	color: RGB(87,103,104);
}

/**
 * 文章展示页
 */

#article {
	margin: 50px auto;
	width: 1200px;
}
.article-item h2 {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.1;
	font-weight: 600;
	overflow: hidden;
	color:black!important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article-item h2 span {
	color: black!important;
	font-size: 2rem;
	position:relative;
	transition: .3s ease all;
}
.article-item em{
	color:#444;
	font-style: normal;
}
.article-item p {
	color: RGB(93,130,138);
	line-height: 1.7;
	margin: 0;
	margin-top: 10px;
}
#article-author {
	float: left;
}
#article-date {
	float: right;
}
.next,.prev {
	padding: .5rem 1.6rem;
	border-radius: 100rem;
	display: inline-block;
	opacity: 1;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 500;
	color: #333!important;
	border: .0625rem solid #333 !important;
	margin: 10px;
	margin-top: 30px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	background: #fff;
}
.next:hover,.prev:hover {
	background: #333 !important;
	color: #fff !important;
}
.next:hover a,.prev:hover a{
	color: #fff !important;
}
.next {
	float: right;
}
.prev {
	float: left;
}

.card-item{
  float: left;
  width: 100%;
	margin-bottom:2rem
}
.card-item article{
  color: #fff;
	background: rgb(138, 160, 255);
	background: -moz-linear-gradient(128deg, rgb(138, 160, 255) 30%, rgb(90, 140, 250) 70%);
	background: -webkit-linear-gradient(128deg, rgb(138, 160, 255) 30%, rgb(90, 140, 250) 70%);
	background: -o-linear-gradient(128deg, rgb(138, 160, 255) 30%, rgb(90, 140, 250) 70%);
	background: -ms-linear-gradient(128deg, rgb(138, 160, 255) 30%, rgb(90, 140, 250) 70%);
	background: linear-gradient(218deg, rgb(138, 160, 255) 30%, rgb(90, 140, 250) 70%);
  position: relative;
  z-index: 0;
  padding: 40px 38px 45px;
  height: 150px;
  border-radius: 24px;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s ease;
}
.card-item article:hover {
  transform: translateY(-5px);
}

.card-item article h2{
	position: absolute;
	bottom:38px;
  color:white;
  margin: 0;
  font-size: 1.725rem;
	width:100%;
text-shadow: 0 0 5px rgba(0,0,0);
}
.card-cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	transition: all 0.2s;
	filter:brightness(90%);
}
.card-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-title{
	max-width: 90%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.article-category{
  position: absolute;
	display: inline-block;
  z-index: 2;
}
.article-category-link,.article-date,.article-picnum{
  color:white;
  border-radius: 20px;
  padding: 4px 8px;
  transition: all 0.2s ease;
  text-decoration: none;
	cursor: default;
}

.card-item article:hover .article-category-link{
	color: #000;
  background-color: #fff;
	text-shadow: none;
}
.card-item article:hover .article-date{
	color: #000;
  background-color: #fff;
	text-shadow: none;
}
.card-item article:hover .article-picnum{
	color: #000;
  background-color: #fff;
	text-shadow: none;
}
/**
 * page
 */

#page {
	margin: 50px auto;
	width: 1200px;
	background: white;
	border-radius: 30px;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
}
#page-content {
	margin: 49px;
}
#page-content-title {
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	color: RGB(182,177,150)!important;
}
#page-content-title img {
	height: 2.3rem;
	position: relative;
	top: 0.2rem;
}
#page-content-article h1,#page-content-article h2,#page-content-article h3,#page-content-article h4 {
	color: RGB(48,71,88);
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#page-content-article h1:hover,#page-content-article h2:hover,#page-content-article h3:hover,#page-content-article h4:hover {
	letter-spacing: 0.5rem;
}
#page-content-article h1::before,#page-content-article h2::before,#page-content-article h3::before,#page-content-article h4::before {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	top: 0.2rem;
	left: -0.2rem;
	background-size: contain;
	background-image: url('/usr/themes/G/IMG/5c6188146e4a4.png');
}
#page-content-article p {
	line-height: 1.75rem;
	font-size: 0.975rem;
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: justify;
}
#page-content-article ul, #page-content-article ol,#page-content-article table, #page-content-article pre {
	margin-top: 0;
	margin-bottom: 1rem;
	margin-left: -1rem;
	text-align: justify;
}
#page-content-article li {
	margin: 10px auto;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
#page-content-article blockquote {
	position: relative;
	display: block;
	padding: 45px 0px 25px 0px !important;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	border-left: none;
	background: #f5f5f5;
	text-align: justify;
	border-radius: 15px;
}
#page-content-article blockquote p {
	font-size: 16px;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	color: #878c93;
}
#page-content-article blockquote:before {
	position: absolute;
	top: 3;
	left: 7;
	content: '';
	background: url(../IMG/dot.svg) left top no-repeat;
	background-size: contain;
	width: 36px;
	height: 40px;
}
#page-content-article img {

	margin: 20px auto;
	text-align: center;
	border-radius: 5px;
	width: 100% \9;
	max-width: 90%;
	max-height: 500px;
	height: auto;
}

/**
 * post
 */

#post {
	margin: 50px auto;
	width: 1200px;
	background: white;
	border-radius: 30px;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	position: relative;
}
#post-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 15rem;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#post-header-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#post-header-mask {
	background: rgba(0,0,0,0.25);
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 15rem;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#post-content-title {
	font-size: 2rem;
	margin-left: 50px;
	margin-bottom: 10px;
	color: white;
	text-shadow: 0 0 5px rgb(0, 0, 0);
}
#post-content-meta {
	position: relative;
	font-size: 0.9rem;
	margin-left: 55px;
	color: white;
	top: -15px;
	text-shadow: 0 0 5px rgb(0, 0, 0);
}
#post-content-meta a {
	color: white;
}
#post-content {
	margin: 49px;
	padding: 1px;
	cursor: default;
}
#post-content-article h1,#post-content-article h2,#post-content-article h3,#post-content-article h4 {
	color: RGB(48,71,88);
	border-bottom: 1.5px solid #eaecef;
	padding-bottom: .3em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#post-content-article h1:hover,#post-content-article h2:hover,#post-content-article h3:hover,#post-content-article h4:hover {
	letter-spacing: 0.2rem;
	border-bottom: 1.5px solid RGB(48,71,88);
}
#post-content-article h1 {
	font-size: 1.3rem;
}
#post-content-article h2 {
	font-size: 1.2rem;
}
#post-content-article h3 {
	font-size: 1.13rem;
}
#post-content-article h4 {
	font-size: 1rem;
}
#post-content pre {
    box-sizing: border-box;
    overflow: auto;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 16px;
    padding: 8px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1;
    color: rgb(255, 255, 255);
    word-break: normal;
    overflow-wrap: normal;
    background-color: rgb(63, 63, 63);
    border: none rgb(222, 229, 231);
    border-radius: 0px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px;
    word-spacing: normal;
    hyphens: none;
    counter-reset: linenumber 0;
    position: relative;
}
#post-content img {
	display: block;
	margin: 20px auto;
	text-align: center;
	border-radius: 15px;
	width: 100% \9;
	max-width: 90%;
	max-height: 500px;
	height: auto;
}
#post-content-article em{
	color:RGB(0,77,181);
	margin-right: 5px;
}
#post-content-article strong{
	color:RGB(204,53,54);
}
.bq {
	position: relative;
	display: inline!important;
	border-radius: 0!important;
	margin-bottom: -9px!important;
	margin-top: 0px!important;
  min-height: 1.875rem!important;
  height: 1em!important;
}
#post-content-article p{
	clear: both;
	margin-top: 15px;
	line-height: 1.72222;
	text-align: left;
	color: #606975;
}
#post-content-article p, #post-content-article li {
	font-size: 17px;
	letter-spacing: .6px;
}

#post-content-article li {
	margin: 10px auto;
	padding: 0;
  color: #606975;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
#post-content-article blockquote {
	position: relative;
	display: block;
	padding: 45px 0px 25px 0px !important;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	border-left: none;
	background: #f5f5f5;
	text-align: justify;
	border-radius: 15px;
}
#post-content-article blockquote p {
	font-size: 16px;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	color: #878c93;
}
#post-content-article blockquote:before {
	position: absolute;
	top: 3;
	left: 7;
	content: '';
	background: url(../IMG/dot.svg) left top no-repeat;
	background-size: contain;
	width: 36px;
	height: 40px;
}
#post-content a ,#page-content a,#links-post a{
	color: #07f;
  overflow:hidden;
  word-break:normal;
  text-overflow:ellipsis;
}
.aplayer{
	box-shadow: none!important;
}
.aplayer .aplayer-lrc p{
  font-size: 12px!important;
}
.dplayer{
  height:394px;
}
.bilibili{
  height: 500px;
  width: 100%;
  margin:10px 0px;
}
#post-content img {
	display: block;
	margin: 20px auto;
	text-align: center;
	border-radius: 15px;
	width: 100% \9;
	max-width: 90%;
	max-height: 500px;
	height: auto;
}
#feedme{
	display: inline-block;
	margin:10px auto;
	border: 2px solid #FF6666;
	color:#FF6666;
	font-size:14px;
	font-weight:400;
	padding: .35rem .85rem;
	border-radius: 1000rem;
	text-align: center;
	-webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) all;
  transition: .3s cubic-bezier(.25,.46,.45,.94) all;
  cursor: pointer;
}
#feedme:hover{
	background: #FF6666;
	color:white;
}
#feedme-content{
	background: #f4f4f4;
	width:100%;
	display: block;
	text-align: center;
	height:500px;
	display: none;
}
#feedme-content img{
	height:480px;
	margin:10px;
}
code:not([class*="language-"]) {
    padding: 2px 8px;
    margin: 0 4px;
    word-wrap: break-word;
    color: #555;
    background: #eee;
    border-radius: 3px;
    font-size: 14px;
}

hr {
	margin: 1.5em 0;
	border: 0;
	border-top: 2px solid #eee;
}
ruby {
	background-color: rgba(146,185,204,.2);
	margin: 4px;
	padding: 0 2px;
	border-radius: 4px;
}
ruby>rt {
	font-style: italic;
	color: #6a8998;
	margin-right: 2px;
	font-size: 60%;
}
#post-footer {
	padding: 50px;
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 1.4375rem;
	font-size: .875rem;
	color: #666;
}
#post-tags {
	float: left;
}
#post-lastEdit {
	float: right;
}
#post-tags a {
  margin-right: .5rem;
  margin-top: .5rem;
  padding: .25rem .5rem;
  border-radius: 1rem;
  border:1.5px solid #f5f5f5;
  color: #777;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) all;
  transition: .3s cubic-bezier(.25,.46,.45,.94) all;
}
#post-tags a:hover {
  background: #f5f5f5;
}
#post-related-posts{
	width:1200px;
	margin: 0 auto;
	white-space: nowrap;

}
#post-related-posts span{
	display: inline-block;
	padding:10px;
	width:auto;
	font-size:20px;
	font-weight: 600;
	background:rgba(255,255,255,1);
	border-radius: 10px;
	margin-bottom:10px;
}
#post-related-posts-continer::-webkit-scrollbar-thumb{
	background: hsla(0,0%,100%,.6);
	-webkit-box-shadow:none;
}
#post-related-posts-continer::-webkit-scrollbar-thumb:hover{
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow:none;
}
#post-related-posts-continer::-webkit-scrollbar-track
{
    background:rgba(255,255,255,0);
}
#post-related-posts-continer{
	white-space: nowrap;
	overflow-x: auto; /*添加横向滚动条*/
	overflow-y: hidden;
}
.relatet-post-item{
	position: relative;
	display: inline-block;
	background:rgba(255,255,255,1);
	height:80px;
	width:230px;
	padding:10px;
	margin-right:25px;
	border-radius: 10px;
}
.relatet-post-item:last-child{
	margin:0;
}
.relatet-post-item h4{
	margin:5px 0;
	font-size:20px;
}
/**
 * 侧边栏
 */
#sliderbar{
	position: fixed;
	left:-310px;
	top:0;
	width:300px;
	z-index:999;
}
#sliderbar-cover{
	display: none;
	position: fixed;
	top:0;
	left:0;
	z-index:998;
	width:100%;
	height:100%;
}
.sliderbar-content-menu{
	background:RGBA(48,48,48,0.9);
	margin:10px 0;
	padding: 1px;
	position: relative;
	border-radius: 15px;
}
.sliderbar-content{
	padding: 24px;
}
.sliderbar-content h2{
	padding:0;
	margin:0;
	color:white;
	width:auto;
	float: left;
}
.sliderbar-content a{
	float: right;
}
#Sliderbar-content-1,#Sliderbar-content-2{
	display: none;
	margin: 0;
	padding: 0;
	color:white;
}
#Sliderbar-content-1 a,#Sliderbar-content-2 a{
	display: inline-block;
	color:white!important;
	width:50%;
	margin:0;
	text-align: center;
	padding:20px 0;
	font-weight: 600;
}
.main_display{
	opacity: 0.6!important;
}

/**
 * night mode
 */
.night{
	background:#2c2a2a !important;
	color:#f0f0f0!important;
}
.night_title{
	color:#f0f0f0;
	border-bottom: none;
}
.night_comments{
	background: #424040;
}
.night_comments p{
	color:#f0f0f0;
}
.night_textarea{
	background: rgba(250,250,250,0);
}
 /**
  * comments
  */

 #comments {
 	width: 1200px;
 	margin: 20px auto;
 }
 .page-navigator {
 	display:block;
 	margin-left: -40px;
 }
 .page-navigator li{
 	display: none;
 }
 .page-navigator li.prev, .page-navigator li.next{
 	list-style:none;
 	display:inline-block;
 	margin:5px 0;
 	display: none!important;
 }
 .page-navigator li a{
 	color: #333;
 	text-decoration: none;
 }
 #comment-form {
 	position:relative;
 	margin:0 auto;
 	padding:50px;
 	-webkit-box-sizing:border-box;
 	box-sizing:border-box;
	background:#fff;
	border-radius:30px;
	margin-bottom:20px;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	text-align: center;
	overflow: hidden;
 }

 div#comments{
     margin-top: 40px;
 }
 #response{
 	color: RGB(48,71,88);
   border-bottom: 1px solid #eaecef;
   padding-bottom: .3em;
 	text-align: left;
 }
 #comments a,#comments a:link,#comments a:visited {
   color: #07F;
   text-decoration: none;
   cursor: pointer;
 }

 #comments .comment-meta span {
   color: #999;
   font-size: .92857em
 }

 #comments .comment-author {
   display: block;
   margin-bottom: 3px;
   color: #444
 }

 #comments .comment-author .avatar {
   float: left;
   margin: 1px 10px 0 0;
   border-radius: 50px;
   width: 50px;
   height: 50px;
 }

 #comments .comment-author cite {
   line-height: 1.2
 }

 #comments .comment-awaiting-moderation {
   float: right;
   margin-top: -20px;
   color: #777;
   font-style: normal
 }

 #comments .comment-list .respond {
   margin: 15px 0;
   border-top: 1px solid #ddd
 }

 #comments .comment-body .respond {
   margin: 0 0 25px;
   border: 0
 }

 .cancel-comment-reply {
   float: right;
   margin-top: 15px;
   font-size: .92857em;
	 display: inline-block;
 }

 #comment-form {
     padding-top: 15px;
 }

 button,html input[type=button],input[type=reset],input[type=submit] {
     cursor: pointer;
     -webkit-appearance: button;
     overflow: visible
 }

 #comment-form .button {
     width: 100%;
     margin-top: 10px;
 }

 #comment-form input {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 5px 6px;
     height: 32px;
     border: solid 1px #d4d4d4;
     background: rgba(255,255,255,1);
     line-height: 16px;
     -ms-box-sizing: border-box
 }

 #comment-form input,#comment-form textarea {
     display: inline-block;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: .5em .6em;
     border: 1px solid #ccc
 }

 #comment-form textarea {
     overflow-y: visible;
     margin-top: 10px;
     width: 100%;
     vertical-align: top
 }

 #comment-form input:focus,#comment-form textarea:focus {
     outline: 0;
     border-color: #129fea
 }

 #comment-form input,#comment-form textarea {
     display: inline-block;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: .5em .6em;
     border: 0;
     border-radius: 5px;
     background: rgba(225,225,225,0.9);
     color: #000000;
 }

 #comment-form input:focus,#comment-form textarea:focus {
     outline: 0;
     border-color: #129fea
 }
 input#url,input#mail,input#author{
 	width: 32%;
 }

 .submit{
 	padding: .5rem 1.6rem;
 	border-radius: 100rem;
 	display: inline-block;
 	opacity: 1;
 	font-size: .875rem;
 	line-height: 1.5;
 	font-weight: 500;
 	color: white!important;
 	border: .0625rem solid rgba(250,250,250,0.7) !important;
 	box-shadow: rgba(0, 119, 225, 0.616) 0px 16px 60px -15px;
 	background: #07F;
 	outline:none;
 	float: right;
 }
 .comment-children {

 }

 .comment-children .comment-children {
     padding-left: 0
 }

 .comment-content {
     overflow: hidden;
     margin-right: 50px;
     color: #333;
     font-weight: 100;
 }
 .comment-content img{
   max-width: 80%;
 }

 #comments .page-navigator {
     padding: 25px 0 0;
     list-style: none;
     text-align: center;
     font-size: 1.143em
 }

 #comments .page-navigator li {
     display: inline-block;
     margin: 0 5px 5px 0
 }

 #comments .page-navigator a {
     display: inline-block;
     height: 40px;
     width: 40px;
     border: 1px solid #DDD;
     margin-right: 2px;
     line-height: 40px;
     border-radius: 100%;
     font-size: 0.75em;
 		background: rgba(255,255,255,0.5);
 }

 #comments .page-navigator a:hover {
     background: #f8f8f8;
 }

 #comments .page-navigator .current a {
     background: #07F;
     color: #fff;
     border-color: #07F;
 }

 #comments .comment-list,.comment-list ol {
     margin: 0;
     padding: 0;
     list-style: none
 }

 #comments .comment-list {
     margin-top: 10px
 }

 #comments .comment-list li.comment-body {
 	padding: 22px 0 0;
 	    margin: 20px 0;
 	    background: rgba(248,248,248,1);
 	    border-radius: 30px;
 	    padding: 24px;
 }

 #comments .comment-list li.comment-level-even {

 }

 #comments .comment-list li .comment-reply {
     float: right;
     margin-top: -30px;
     font-size: .92857em
 }

 #comments .comment-content {
     padding: 10px 40px 10px 0;
     word-wrap: break-word;
     line-height: 1.5
 }
 ol.comment-list .comment-child{
 	margin:0!important;
 	padding:0px 0!important;
 	border:none!important;
 }
 #comments .avatar {
     position: relative
 }
 .respond{
 	margin-bottom: 75px;
 }

/**
 * links
 */

#links {
	width: 1200px;
	margin: 20px auto;
	background: RGB(255,255,255);
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
	border-radius: 30px;
}
#links h2 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 400;
	color: RGB(182,177,150);
	margin: 0;
}
#links h2::before {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 3rem;
	height: 3rem;
	top: 0.6rem;
	left: -0.2rem;
	background-size: contain;
	background-image: url('../IMG/friends.svg');
}
#links-content {
	margin: 49px;
}
#links-post h1,#links-post h2,#links-post h3,#links-post h4 {
	color: RGB(48,71,88);
	border-bottom: 1.5px solid #eaecef;
	padding-bottom: .3em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}


#links-post h1 {
	font-size: 1.6rem;
}
#links-post h2 {
	font-size: 1.5rem;
}
#links-post h3 {
	font-size: 1.4rem;
}
#links-post h4 {
	font-size: 1.3rem;
}
#links-post img {
	display: block;
	margin: 20px auto;
	text-align: center;
	border-radius: 15px;
	width: 100% \9;
	max-width: 90%;
	max-height: 500px;
	height: auto;
}
#links-post em{
	color:RGB(0,77,181);
	margin-right: 5px;
}
#links-post strong{
	color:RGB(204,53,54);
}
#links-post p {
	clear: both;
	margin-top: 15px;
	line-height: 1.72222;
	text-align: justify;
	color: #606975;
}
#links-post p:not(.aplayer-lrc-contents p), #links-post li {
	font-size: 17px;
	letter-spacing: .6px;
}
#links-post li {
	margin: 10px auto;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
#links-post blockquote {
	position: relative;
	display: block;
	padding: 45px 0px 25px 0px !important;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	border-left: none;
	background: #f5f5f5;
	text-align: justify;
	border-radius: 15px;
}
#links-post blockquote p {
	font-size: 16px;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	color: #878c93;
}
#links-post blockquote:before {
	position: absolute;
	top: 3;
	left: 7;
	content: '';
	background: url(../IMG/dot.svg) left top no-repeat;
	background-size: contain;
	width: 36px;
	height: 40px;
}


.friends {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.friends li {
	display: inline-block;
	list-style-type: none;
	width: 40%;
	margin: 10px;
	border-radius: 15px;
}
.friends li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 40%;
	margin: 10px;
	margin-bottom:20px;
	height: 60px;
	border-radius: 0;
	padding-left:10px;
	border-left: 2px solid #eee;
}
.friends li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.friends li img {
	height: 60px;
	width: 60px;
	border-radius: 100rem;
	float: left;
}
.link-item-content {
	float: left;
	padding: 10px;
	padding-top:0;
	padding-left:20px;
	text-align: left;
	max-width: 50%;
}
.link-item-content h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	color: #2e2e2e!important;
}
.link-item-content span {
	margin: 0;
	margin-bottom: 5px;
	color: #333!important;
	font-size: 13px;
}
.link-item-content span::before {
	content: '#';
	color: #333!important;
}
.link-item-content p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 13px;
	color:#333;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}


/**
 * 归档
 */

#archives {
	width: 1200px;
	margin: 20px auto;
	background: RGB(255,255,255);
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
	border-radius: 30px;
}
#archives-content{
	margin: 49px;
}
#archives-content h2 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 400;
	color: RGB(182,177,150);
	margin: 0;
}
#archives-content h2::before {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 2.5rem;
  height: 2.5rem;
  top: 0.4rem;
  left: -0.7rem;
	background-size: contain;
	background-image: url('../IMG/archive.svg');
}
#tag-cloud{
  width:100%;
  margin:40px auto;
  line-height: 50px;
}
#tag-cloud li{
  list-style-type: none;
  display: inline-block;
}
#tag-cloud li a{
  color:#787878;
  padding:8px;
  margin:10px;
  -webkit-transition:all .24s ease;
  /* border: 2px solid rgba(241,243,244,0.5); */
  background:rgba(241,243,244,0.7) ;
  border-radius: 5px;
}
#tag-cloud li a:hover{

  background:rgba(241,243,244,1) ;
}

#timeline{
  margin:40px auto;
}
#timeline>*{
  color:#787878;
  font-family: 'STHeiti Light','Microsoft YaHei','SimHei','Microsoft JhengHei','Microsoft YaHei','Mirages Custom','Merriweather','Open Sans',"PingFang SC",'Hiragino Sans GB','Microsoft Yahei','WenQuanYi Micro Hei','Segoe UI Emoji','Segoe UI Symbol',Helvetica,Arial,sans-serif!important;
}
.archive-title h3{
  font-size: 25px;
}
.archives a {
    position: relative;
    display: block;
    padding: .625rem;
    color: #333;
    font-style: normal;
    line-height: 1.125rem;
    font-size: 1rem;
    border-radius: .25rem;
}
.archives a:hover{
    background: #eee;
}
.archives a .time {
    color: #888;
    padding-right: .625rem;
}

/**
 * Search
 */

#Search {
	width: 1200px;
	margin: 20px auto;
	background: RGB(255,255,255);
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
	border-radius: 30px;
}
#Search-content{
	margin: 49px;
}


/**
 * footer
 */

#footer {
	width: 1200px;
	margin: 20px auto;
	background: RGB(113,114,122);
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 1px;
	border-radius: 30px;
}
#footer-content {
	margin: 10px 49px;
	color: white;
}
#footer-content-left {
	float: left;

}
#footer-content-right {
	float: right;
	position: relative;
}
#footer-content-right p {
	position: relative;
}
#footer-content-left p {
	line-height: 1.7;
	font-size: 1.2rem;
}
#footer-content-left p a{
	line-height: 1.7;
	font-size: 1.2rem;
  color:white!important;
}
#site_runtime{
	display: inline-block;
}
#site_runtime span{
	font-size:1rem;
}
#footer-content-right img {
	height: 40px;
	margin-right: 10px;
}
#nav-2{
	margin: 0px 0px 24px 0;
	position: relative;
  overflow-x: auto;
  white-space: normal;
  max-width: 100%;
}
#nav-2::-webkit-scrollbar-thumb {
background   : hsla(0,0%,100%,.6);
}
#nav-2 a{
	display: inline-block;
	color:white!important;
	margin-right:10px;
	font-size:16px;
	transition: all 0.2s;
	cursor: pointer;
}
#nav-2 a:hover{
	-webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/**
 * 1224px
 */

@media screen and (max-width: 1224px) {
	#pjax-container {
	width: 100%;
}
#header {
	width: 65%;
	margin: 10px auto;
}
#header-container {
	margin: 20px;
}
#header-container h2 {
	font-size: 2rem;
}
#header-container div span {
	width: 100%;
	font-size: 1.1rem;
	float: none;
}
#header-container div nav {
	margin-top: 15px;
	float: none;
	text-align: center;
	width: 100%;
}
#header-container div nav a {
	font-size: 1.1rem;
	margin: 5px;
}
.nav-focus:after {
	margin-left: 0px;
	width: 70%;
}
.article-item {
	width: 37.5%;
}
#zp,#footer,#links,#page,#post,#article,#comments,#archives,#Search{
	width: 65%;
	margin: 20px auto;
}
#zp-content,#footer-content,#links-content,#page-content,#post-content,#archives-content,#Search-content{
	margin: 24px;
}
#article-content {
	margin: 0;
}
#zp-content p {
	font-size: 1rem;
}
.comment-list li {
	padding: 24px;
}
#comment-form {
	padding: 24px;
}
#post-content-article iframe {
	width: 100%;
}
#footer-content-left p {
	font-size: 1.1rem;
}
#footer-content-right img {
	height: 35px;
}
#footer-content-right,#footer-content-left {
	float: none;
}
#links h2 {
	font-size: 1.8rem;
}

.article-item h2 a {
	font-size: 1.5rem;
}
#links h2::before {
	top: 0.8rem;
}
#article h1 {
	font-size: 1.5rem;
}
#article h1::before {
	width: 2.5rem;
	height: 2.5rem;
	top: 0.45rem;
}
#post-content-title {
	font-size: 1.5rem;
}
}

/**
 * 868px
 */
@media screen and (max-width: 868px) {
	#pjax-container {
	width: 100%;
}
#header {
	width: 95%;
	margin: 10px auto;
}
#header-container {
	margin: 20px;
}
#header-container h2 {
	font-size: 2rem;
	font-weight: 400;
}
#header-container div span {
	width: 100%;
	font-size: 1rem;
	float: none;
}
#header-container div nav {
	margin-top: 15px;
	float: none;
	text-align: center;
	width: 100%;
}
#post-content-article iframe {
	width: 100%;
}
#header-container div nav a {
	font-size: 1rem;
	margin: 5px;
}
.nav-focus:after {
	margin-left: 0px;
	width: 70%;
}

.article-item h2 span {
  font-size: 1.5rem;
}
.card-item article{
	height:140px;
	padding: 20px 19px 22.5px;
}
.card-item article h2{
	bottom:19;
	font-size: 1.25rem;
}
.article-category-link,.article-date,.article-picnum{
	font-size:0.975rem;
}
#footer-search input.text {
	width:100px;
}
#zp,#footer,#links,#page,#post,#article,#comments,#archives,#Search{
	width: 95%;
	margin: 20px auto;
}
#zp-content,#footer-content,#links-content,#page-content,#post-content,#archives-content,#Search-content{
	margin: 24px;
}
#article-content {
	margin: 0;
}
#post-content-title {
	margin-left: 25px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
#post-content-meta {
	margin-left: 25px;
}
#post-header {
	height: 10rem;
}
#post-header-mask {
	height: 10rem;
}
#post-content-meta {
	top: -7px;
}
#post-content-article p{
	font-size:15px;
}
#post-footer {
	padding: 25px;
}
.bilibili{
  height: 200px;
  width: 100%;
}
.dplayer{
  height:190px;
}
#page-content-title{
  font-size: 1.3rem;
}
#page-content-title img {
  height: 1.3rem;
}
#footer-content-left{
  width:100%;
}
#footer-time{
  overflow-x: auto;
  white-space: nowrap;
}
#nav-2{
  max-width: 100%;
  margin:0;
}
#nav-2::-webkit-scrollbar,#footer-time::-webkit-scrollbar{
  display: none;
}
#nav-2 a {
  font-size: 0.975rem;
  margin-right:5px;
  margin-bottom: 10px;
}
#zp-content p {
	font-size: 1rem;
}
.comment-list li {
	padding: 24px;
}
.comment-child {
	padding: 25px 0 !important;
	padding-bottom: 0px!important;
}
.comment-inner {
	padding: 0;
}
#comment-form {
	padding: 24px;
}
#footer-content-left p {
	font-size: 0.875rem;
  margin: 0 0 3px 0px;
}
#footer-content-left p a {
  font-size: 0.875rem;
}
#footer-content-right p{
  margin: 0px 0 -5px 0;
  height: 35px;
}
#footer-content-right img {
	height: 35px;
}
#footer-content-right,#footer-content-left {
	float: none;
}
#links h2,#archives-content h2{
	font-size: 1.3rem;
}

.article-item h2 a {
	font-size: 1.5rem;
}
#links h2::before,#archives h2:before{
	top: 0.4rem;
}
#links h2::before {
  width: 1.8rem;
  height: 1.8rem;
}
#article h1 {
	font-size: 1.5rem;
}
#article h1::before {
	width: 2.5rem;
	height: 2.5rem;
	top: 0.45rem;
}
.article-item {
	background: white;
	border-radius: 30px;
	box-shadow: 0px 0px 70px 6px rgba(0,0,0,0.12);
	padding: 20px;
	width: 87%;
	margin: 20px auto;
	float: none;
}
.article-item p {
	margin: 5px 0px;
}
.friends li {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
}
.link-item-content h3 {
	font-size: 16px;
}
input#url, input#mail, input#author {
    width: 100%;
    margin-top: 10px;
}
#comment-loading {

}
#m_menu, #m_top, #m_search {
    position: fixed;
    right: 15px;
    z-index: 999;
    padding: .725rem;
    background: rgba(250,250,250,0.9);
    border: 1px solid #444;
    border-radius: 2.5rem;
    -webkit-transition: .6s ease all;
    -moz-transition: .6s ease all;
    -ms-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
}
#m_menu {
    bottom: 15px;
}
#m_top {
    bottom: 70px;
}
#m_search {
    bottom: 125px;
}
}


/**
 * 动画
 */

@keyframes nav-width {
	0% {
	width: 0%
}
100% {
	width: 70%
}
}
@-moz-keyframes nav-width
/* Firefox*/
	 {
	0% {
	width: 0%
}
100% {
	width: 70%
}
}
@-webkit-keyframes nav-width
/* Safari 和 Chrome*/
	 {
	0% {
	width: 0%
}
100% {
	width: 70%
}
}
@-o-keyframes nav-width
/* Opera*/
	 {
	0% {
	width: 0%
}
100% {
	width: 70%
}
}
/* 出现*/
	@keyframes opacity-show {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}
@-moz-keyframes opacity-show
/* Firefox*/
	 {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}
@-webkit-keyframes opacity-show
/* Safari 和 Chrome*/
	 {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}
@-o-keyframes opacity-show
/* Opera*/
	 {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}
/* 消失*/
	@keyframes opacity-disappear {
	0% {
	opacity: 1
}
100% {
	opacity: 0
}
}
@-moz-keyframes opacity-disappear
/* Firefox*/
	 {
	0% {
	opacity: 1
}
100% {
	opacity: 0
}
}
@-webkit-keyframes opacity-disappear
/* Safari 和 Chrome*/
	 {
	0% {
	opacity: 1
}
100% {
	opacity: 0
}
}
@-o-keyframes opacity-disappear
/* Opera*/
	 {
	0% {
	opacity: 1
}
100% {
	opacity: 0
}
}

.hoverup {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.hoverup:hover {
	-webkit-box-shadow: 0 22px 43px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 22px 43px rgba(0,0,0,0.15);
	box-shadow: 0 22px 43px rgba(0,0,0,0.15);
	-webkit-transform: translateY(-4px) scale(1.02);
	-moz-transform: translateY(-4px) scale(1.02);
	-ms-transform: translateY(-4px) scale(1.02);
	-o-transform: translateY(-4px) scale(1.02);
	transform: translateY(-4px) scale(1.02);
}

.move_right{
	-webkit-transition: .6s ease all;
	-moz-transition: .6s ease all;
	-ms-transition: .6s ease all;
	-o-transition: .6s ease all;
	transition: .6s ease all;
	-webkit-transform: translate(320px,0px);
	-moz-transform: translate(320px,0px);
	-ms-transform: translate(320px,0px);
	-o-transform: translate(320px,0px);
	transform: translate(320px,0px);
}

.move_left{
	-webkit-transition: .6s ease all;
	-moz-transition: .6s ease all;
	-ms-transition: .6s ease all;
	-o-transition: .6s ease all;
	transition: .6s ease all;
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
}
.rotate-180{
	-webkit-transition: .6s ease all;
	-moz-transition: .6s ease all;
	-ms-transition: .6s ease all;
	-o-transition: .6s ease all;
	transition: .6s ease all;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#comment-loading {
	display: none;
	position: absolute;
	bottom:0;
  right: -75px;
	opacity: 0.5;
  background-color : white;
}
.comment-author-approve{padding:0px 3px 0px;border-radius:.25rem;background-color:#0ee6b3;color:#FFF;font-weight:bolder}